ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPEnum<T> Class
Struct type.
Members




In This Topic
    ImGearXMPEnum<T> Class
    In This Topic
    Represents an enumeration (closed choice of integer) XMP metadata property.
    Object Model
    ImGearXMPEnum<T> Class
    Syntax
    'Declaration
     
    Public Class ImGearXMPEnum(Of T As {New, IComparable, IFormattable, IConvertible, Struct}) 
       Inherits ImGearXMPValue
    'Usage
     
    Dim instance As ImGearXMPEnum(Of T)
    public class ImGearXMPEnum<T> : ImGearXMPValue 
    where T: new(), IComparable, IFormattable, IConvertible, struct
    public __gc class ImGearXMPEnum<T> : public ImGearXMPValue 
    where T: gcnew(), IComparable, IFormattable, IConvertible, value class
    generic<typename T>
    public ref class ImGearXMPEnum : public ImGearXMPValue 
    where T: gcnew(), IComparable, IFormattable, IConvertible, value class
    Type Parameters
    T
    Struct type.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.XMP.ImGearXMPValue
          ImageGear.Formats.XMP.ImGearXMPEnum<T>

    See Also